home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 114 / PC Guia 114.iso / Software / Utils / The Gimp 2.2.1 / gimp-help-2-0.6-setup.exe / {app} / share / gimp / 2.0 / help / en / ch06s03s19.html < prev    next >
Encoding:
Extensible Markup Language  |  2004-12-19  |  4.7 KB  |  124 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.   <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6.     <title>3.19.┬áMax RGB</title>
  7.     <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
  8.     <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
  9.     <meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
  10.     <link rel="start" href="index.html" title="GIMP User Manual" />
  11.     <link rel="up" href="ch06s03.html" title="3.┬áColor filters" />
  12.     <link rel="prev" href="ch06s03s18.html" title="3.18.┬áHot" />
  13.     <link rel="next" href="ch06s03s20.html" title="3.20.┬áSemi-Flatten" />
  14.   </head>
  15.   <body>
  16.     <div xmlns="" class="navheader">
  17.       <table width="100%" summary="Navigation header">
  18.         <tr>
  19.           <th colspan="3" align="center" id="chaptername">3.┬áColor filters</th>
  20.         </tr>
  21.         <tr>
  22.           <td width="20%" align="left"><a accesskey="p" href="ch06s03s18.html">Prev</a>┬á</td>
  23.           <th width="60%" align="center" id="sectionname">3.19.┬áMax RGB</th>
  24.           <td width="20%" align="right">┬á<a accesskey="n" href="ch06s03s20.html">Next</a></td>
  25.         </tr>
  26.       </table>
  27.       <hr />
  28.     </div>
  29.     <div class="sect2" lang="en" xml:lang="en">
  30.       <div class="titlepage">
  31.         <div>
  32.           <div>
  33.             <h3 class="title"><a id="plug-in-max-rgb"></a>3.19.┬áMax RGB</h3>
  34.           </div>
  35.         </div>
  36.       </div>
  37.       <a id="id3476321" class="indexterm"></a>
  38.       <div class="mediaobject">
  39.         <img src="../images/filters/filters-color-maxRGB.png" />
  40.       </div>
  41.       <div class="simplesect" lang="en" xml:lang="en">
  42.         <div class="titlepage">
  43.           <div>
  44.             <div>
  45.               <h4 class="title"><a id="id3476353"></a>Overview</h4>
  46.             </div>
  47.           </div>
  48.         </div>
  49.         <p>
  50.       This filter is found in 
  51.       <span class="guimenuitem">Image>Filters/Colors/<span class="accel">M</span>ax RGB</span>
  52.     </p>
  53.         <p>
  54.       For every pixel of the image, this filter holds the channel with the maximal / minimal intensity.
  55.     </p>
  56.       </div>
  57.       <div class="simplesect" lang="en" xml:lang="en">
  58.         <div class="titlepage">
  59.           <div>
  60.             <div>
  61.               <h4 class="title"><a id="id3476383"></a>Preview</h4>
  62.             </div>
  63.           </div>
  64.         </div>
  65.         <p>
  66.       This preview displays the resulting image after treatment by filter.
  67.     </p>
  68.       </div>
  69.       <div class="simplesect" lang="en" xml:lang="en">
  70.         <div class="titlepage">
  71.           <div>
  72.             <div>
  73.               <h4 class="title"><a id="id3476396"></a>Options</h4>
  74.             </div>
  75.           </div>
  76.         </div>
  77.         <div class="variablelist">
  78.           <dl>
  79.             <dt>
  80.               <span class="term">Parameter Settings</span>
  81.             </dt>
  82.             <dd>
  83.               <p>
  84.             <span class="guilabel">Hold the maximal channels</span>: For every pixel, the filter keeps intensity of 
  85.             the RGB color channel which has the maximal intensity and reduces other both to zero. For 
  86.             example: 220, 158, 175  max--> 220, 0, 0. If two channels have same intensity, both are held: 
  87.             210, 54, 210 max--> 210, 0, 210.
  88.           </p>
  89.               <p>
  90.             <span class="guilabel">Hold the minimal channels</span>: For every pixel, the filter keeps intensity of 
  91.             the RGB color channel which has the minimal intensity and reduce both others to zero. For 
  92.             example: 220, 158, 175  min--> 0, 158, 0. If two minimal channels have same intensity, both are 
  93.             held: 210, 54, 54 min--> 0, 54, 54.
  94.           </p>
  95.               <p>
  96.             Grey levels are not changed since light intensity is the same in all three channels.
  97.           </p>
  98.             </dd>
  99.           </dl>
  100.         </div>
  101.       </div>
  102.     </div>
  103.     <div class="navfooter">
  104.       <hr />
  105.       <table width="100%" summary="Navigation footer">
  106.         <tr>
  107.           <td width="40%" align="left"><a accesskey="p" href="ch06s03s18.html">Prev</a>┬á</td>
  108.           <td width="20%" align="center">
  109.             <a accesskey="u" href="ch06s03.html">Up</a>
  110.           </td>
  111.           <td width="40%" align="right">┬á<a accesskey="n" href="ch06s03s20.html">Next</a></td>
  112.         </tr>
  113.         <tr>
  114.           <td width="40%" align="left" valign="top">3.18.┬áHot┬á</td>
  115.           <td width="20%" align="center">
  116.             <a accesskey="h" href="index.html">Home</a>
  117.           </td>
  118.           <td width="40%" align="right" valign="top">┬á3.20.┬áSemi-Flatten</td>
  119.         </tr>
  120.       </table>
  121.     </div>
  122.   </body>
  123. </html>
  124.